From: Adrian Robert Date: Fri, 21 Aug 2009 19:33:56 +0000 (+0000) Subject: * nsterm.m (ns_get_color): Update documentation properly for last X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10978 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=868f7dbe7a187730b6ef5d340fe26a4fd671cf32;p=emacs.git * nsterm.m (ns_get_color): Update documentation properly for last change, and clean up loose ends in the code left by it. Fix longstanding bug with 16-bit hex parsing, and add support for yet another X11 format (rgb:r/g/b) for compatibility. * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of timer_check() to avoid crash on Leopard/PPC. Bug #2154. --- diff --git a/src/ChangeLog b/src/ChangeLog index 1a83f5d229e..ea7b484ebc0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2009-08-21 Adrian Robert + + * nsterm.m (ns_get_color): Update documentation properly for last + change, and clean up loose ends in the code left by it. Fix + longstanding bug with 16-bit hex parsing, and add support for + yet another X11 format (rgb:r/g/b) for compatibility. + * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of + timer_check() to avoid crash on Leopard/PPC. Bug #2154. + 2009-08-21 Stefan Monnier * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.